home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sports Illustrated for Kids - Awesome Athletes!
/
Sports Illustrated for Kids - Awesome Athletes!.iso
/
hf.dir
/
00142_longsidebar button.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-04-19
|
332 b
|
11 lines
on mouseDown
global gHFcurrSide, gHFcurrSidePage
set gHFcurrSidePage to gHFcurrSidePage + 1
if the number of cast (gHFcurrSide & gHFcurrSidePage + 1) < 1 then
set the visible of sprite 37 to 0
else
set the visible of sprite 37 to 1
end if
set the castNum of sprite 36 to cast (gHFcurrSide & gHFcurrSidePage)
end